home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Thoughtful / HyperSense.app / English.lproj / SoundController.nib / data.classes next >
Text File  |  1994-05-26  |  859b  |  68 lines

  1. SoundMeter = {
  2.     ACTIONS = {
  3.     stop:;
  4.     run:;
  5.     };
  6.     OUTLETS = {
  7.     sound;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. ScrollingSound = {
  12.     OUTLETS = {
  13.     delegate;
  14.     };
  15.     SUPERCLASS = ScrollView;
  16. };
  17. FirstResponder = {
  18.     ACTIONS = {
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22. SoundController = {
  23.     ACTIONS = {
  24.     didRecord:;
  25.     willPlay:;
  26.     removeSound:;
  27.     pause:;
  28.     hadError:;
  29.     saveSound:;
  30.     didPlay:;
  31.     selectSound:;
  32.     editSound:;
  33.     stop:;
  34.     record:;
  35.     renameSound:;
  36.     showAllSounds:;
  37.     closeEditor:;
  38.     soundDidChange:;
  39.     newSound:;
  40.     revertToSaved:;
  41.     willRecord:;
  42.     closePanel:;
  43.     saveSoundAs:;
  44.     showPanel:;
  45.     play:;
  46.     };
  47.     OUTLETS = {
  48.     meter;
  49.     stopButton;
  50.     editors;
  51.     browser;
  52.     IDField;
  53.     sounds;
  54.     controlPanel;
  55.     docField;
  56.     newSounds;
  57.     saveButton;
  58.     playButton;
  59.     nameField;
  60.     currentSoundCell;
  61.     btnMatrix;
  62.     pauseButton;
  63.     currentSound;
  64.     recordButton;
  65.     };
  66.     SUPERCLASS = Object;
  67. };
  68.